home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
lights_out.swf
/
scripts
/
DefineSprite_30
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-09-27
|
148b
|
7 lines
var splitName = this._name.split("_");
var hitID = splitName[1];
this.onRollOver = function()
{
_root.flashlight_mc.gotoAndStop(hitID);
};